home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 1501_600 / DISK1581 / DISK1581.ZIP / SIMPLE21.DOC < prev    next >
Text File  |  1990-02-18  |  45KB  |  1,201 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                 SIMPLICITY V.2.1
  10.                         Copyright 1989  John M. Phillips
  11.                                   Version 2.0
  12.  
  13.      SIMPLICITY V.2.1  is an easy-to-use computer software system designed
  14.      to run on IBM Personal Computer family. SIMPLICITY V.2.1 is designed
  15.      to increase productivity by keeping relevant information about
  16.      people!  This information can then be used to print mailing labels,
  17.      Rolodex (tm) cards, and a variety of reports.
  18.  
  19.      SIMPLICITY V.2.1 is menu-driven, meaning that all available options
  20.      are selected from a series of menus. No prior experience with
  21.      database programs is needed to become productive with SIMPLICITY
  22.      V.2.1. SIMPLICITY V.2.1 was programmed by John M. Phillips for the
  23.      First United Methodist Church of Allen, Texas. SIMPLICITY V.2.1 is
  24.      capable of storing 500 records.
  25.  
  26.      SIMPLICITY V.2.1 has many available options including:
  27.                   
  28.                   * Add a member
  29.                   * Change a member
  30.                   * Delete a member
  31.                   * Inquire a member
  32.                   * Print labels or Rolodex cards
  33.                   * Print reports
  34.                   * Exit SIMPLICITY V.2.1 (SAVE DATABASE)
  35.  
  36.      SIMPLICITY V.2.1 requires and IBM PC or compatible, and at least 384K
  37.      of available memory. SIMPLICITY V.2.1 must be executed from a hard
  38.      disk system and you must have 500,000 bytes of hard disk space
  39.      available to install SIMPLICITY V.2.1. If a color graphics card and
  40.      monitor are used, SIMPLICITY V.2.1 chooses to display titles,
  41.      prompts, and informative messages in aesthetically pleasing colors.
  42.      Monochrome systems may use SIMPLICITY V.2.1 and no text distortion
  43.      will occur due to color conflicts. A printer attached to the PRN: OR
  44.      LPT1: port of the PC completes the functionality of SIMPLICITY V.2.1.
  45.  
  46.      SIMPLICITY V.2.1 was designed and programmed by John M. Phillips
  47.      entirely in Utah COBOL version 5.0 on an IBM PC XT compatible
  48.      computer. Many, many hours of work went into this product. If you
  49.      intend to use the SIMPLICITY V.2.1 system for your organization,
  50.      please register your copy by completing the registration form at the
  51.      back of this manual and sending in your registration fee. Should any
  52.      updates occur, registered users will receive automatic updates.
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.                                      PAGE 1
  67.  
  68.  
  69.  
  70.  
  71.  
  72.                       IMPORTANT NOTES ABOUT ENTERING DATA
  73.  
  74.      It is not necessary to press "RETURN" or "ENTER" after any menu
  75.      selection or prompt. Simply press the requested key(s) and you will
  76.      automatically move to that option. For example, the SIMPLICITY V.2.1
  77.      main menu asks you to choose between Seven options (1-7). To go to
  78.      option 1, press the "1" key and you will be immediately taken to the
  79.      ADD MEMBER screen.
  80.  
  81.      It is STRONGLY recommended that you type all names in UPPER CASE.
  82.      SIMPLICITY V.2.1 uses a case-sensitive algorithm to search the index
  83.      when locating records. For example if you typed the last name as
  84.      'PHILLIPS' and the first name as 'John' and then did an inquiry on
  85.      last name as 'PHILLIPS' and first name as 'JOHN', SIMPLICITY V.2.1
  86.      would tell you that the requested member does not exist. You may feel
  87.      free to type all other fields in upper or lower case, but, as a rule
  88.      of thumb, put all NAME fields in UPPER CASE. SIMPLICITY V.2.1 will
  89.      require you to type the last name in all caps.
  90.  
  91.  
  92.                               AUTOMATIC FIELD SKIP
  93.  
  94.      When entering input fields, such as birthday or phone number, the
  95.      cursor will automatically skip to the next available field when you
  96.      have completely filled the previous field. For instance, if you typed
  97.      "214" in the area code input field, the cursor would move over to the
  98.      prefix field as soon as you typed the "4" in the area code. This
  99.      feature is called "AUTOSKIP".
  100.  
  101.  
  102.                              DOS SORT REQUIREMENTS
  103.  
  104.      SIMPLICITY V.2.1 utilizes the DOS SORT.EXE routine to perform the
  105.      sort routines while reports, labels and rolodex cards are being
  106.      printed. In order for SIMPLICITY V.2.1 to operate properly, you must
  107.      have SORT.EXE (included on your original DOS disk) located on your
  108.      hard disk. In addition, the subdirectory that SORT.EXE is located
  109.      must be on the PATH specified when your computer is booted up.
  110.  
  111.      Most hard disk users place all the DOS utilities in a subdirectory
  112.      named C:\DOS. The PATH command placed in the AUTOEXEC.BAT file
  113.      (located in the root directory of C:\) usually reads: PATH
  114.      C:\;C:\DOS.
  115.  
  116.      Consult your system manuals for a complete description of
  117.      subdirectories and paths. The main points to remember are:
  118.  
  119.                   o  SORT.EXE is on your hard disk
  120.                   o  your PATH points to that subdirectory
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                      PAGE 2
  130.  
  131.  
  132.  
  133.  
  134.  
  135.                                 CURSOR MOVEMENT
  136.  
  137.  
  138.      There are several keys available which allow you to move the "cursor"
  139.      around the screen. These keys are listed below.
  140.  
  141.      HOME                                  Moves the cursor to the first available input field
  142.      END                                  Moves the cursor to the last available input field
  143.      ENTER                                  Accepts information and moves to the next field
  144.      UP-ARROW,
  145.        PG UP,
  146.        SHIFT-TAB                      Moves the cursor to the previous field
  147.      DOWN-ARROW,
  148.        PG DN,
  149.        TAB                                  Moves the cursor to the next available field
  150.  
  151.      When entering information, there are several keys which control the
  152.      "cursor" within the input field. These keys are listed below.
  153.  
  154.      BACKSPACE                     Move the cursor back one character and erase that
  155.                                        character (called "destructive backspace")
  156.      LEFT ARROW                     Move the cursor back one character and leave all
  157.                                        other characters intact ("nondestructive backspace")
  158.      RIGHT ARROW                     Move the cursor forward one character and leave all
  159.                                        other characters intact
  160.  
  161.      Other miscellaneous keys that are available are listed below:
  162.  
  163.      F1                                  Help key (available on most screens)
  164.      F2                                  Last name search/Personal notes
  165.      F10                                  Accept all input information (available on most
  166.                                        input screens)
  167.      ESC                                  Escape key to cancel most transactions and return
  168.                                        to the previous menu (available on most screens)
  169.  
  170.      Any other key pressed will generally result in the computer "beeping"
  171.      at you to signal an invalid key press.
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.                                      PAGE 3
  193.  
  194.  
  195.  
  196.  
  197.  
  198.                                     STARTING
  199.  
  200.  
  201.      Installing SIMPLICITY V.2.1 is a simple process. Insert the
  202.      SIMPLICITY V.2.1 master disk into drive A: or B:. From your DOS
  203.      prompt, change to that drive by typing either A: or B:. Once you have
  204.      changed the drive, type INSTALL. The rest of the install procedure is
  205.      automatic and will take about 5 minutes. When complete, the install
  206.      procedure will have placed all the required files on your hard disk
  207.      under the directory C:\SIMPLE21.
  208.  
  209.      To start the SIMPLICITY V.2.1 system, change to your hard disk by
  210.      typing C: from the DOS prompt. Enter the SIMPLICITY V.2.1
  211.      subdirectory by typing CD\SIMPLE21. Once in the SIMPLICITY V.2.1
  212.      subdirectory, type SIMPLE21 and the SIMPLICITY V.2.1 main menu will
  213.      appear.
  214.  
  215.  
  216.                             UPGRADE FROM VERSION 2.0
  217.  
  218.      If you are currently using SIMPLICITY version 2.0, you do not have to
  219.      enter all your data into SIMPLICITY version 2.1! A transfer mechanism
  220.      has been provided for you.
  221.  
  222.      After installing version 2.1 on your hard disk, you must copy your
  223.      data and index files from version 2.0 to the SIMPLE21 subdirectory.
  224.      If your data is currently stored on floppy disk, type the following
  225.      commands from your DOS prompt:
  226.  
  227.                   COPY A:\ANSI.IDX  C:\SIMPLE21\A.IDX
  228.                   COPY A:\ANSI.RND  C:\SIMPLE21\A.RND
  229.  
  230.      If you already have SIMPLICITY version 2.0 on your hard disk, type
  231.      the following commands from your DOS prompt:
  232.  
  233.                   COPY C:\pathname\ANSI.IDX  C:\SIMPLE21\A.IDX
  234.                   COPY C:\pathname\ANSI.RND  C:\SIMPLE21\A.RND
  235.  
  236.      Be sure to replace "pathname" with the subdirectory that SIMPLICITY
  237.      version 2.0 resides.
  238.  
  239.      Once the data and index have been copied in the above format, change
  240.      to the SIMPLCITY 2.1 subdirectory (from DOS type: CD\SIMPLE21), and
  241.      type the following command:
  242.  
  243.                   RUN5 TRANSFER
  244.  
  245.      Your old data will be transformed to the new format. You may now feel
  246.      free to remove A.IDX and A.RND from the SIMPLE21 subdirectory.
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.                                      PAGE 4
  256.  
  257.  
  258.  
  259.  
  260.  
  261.                            SIMPLICITY V.2.1 MAIN MENU
  262.  
  263.  
  264.      The main menu has seven options on it (as previously mentioned
  265.      above). To select an option, enter the number corresponding to the
  266.      menu item you desire at the "Your choice?" prompt. You will be taken
  267.      to that option. The SIMPLICITY V.2.1 color system uses BLUE for
  268.      titles and headings, GREEN for informative messages, and RED for
  269.      choice prompts. Choice prompts are usually 1-key responses, like Y
  270.      for yes or N for no. All prompts DO NOT require that you press ENTER
  271.      after the choice.
  272.  
  273.      In addition to the seven options, the main menu also displays
  274.      pertinent information at the top of the screen including the number
  275.      of records stored in the database.
  276.  
  277.      Listed below is a description of each option available in SIMPLICITY
  278.      V.2.1.
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.                                      PAGE 5
  319.  
  320.  
  321.  
  322.  
  323.  
  324.                                   ADD A MEMBER
  325.  
  326.  
  327.      This menu option allows you to add information to your database. When
  328.      ADD A MEMBER is chosen from the main menu, a new screen appears and
  329.      awaits your input. You will see the information that is to be entered
  330.      in a nice, formatted fashion on the screen. The fields to be entered
  331.      are:
  332.  
  333.      FIELD NAME                          DESCRIPTION                                                                                                           LENGTH    OTHER
  334.      ----------                          -----------                                                                                                           ------    -----
  335.      LAST                                  LAST NAME                                                                      15      REQUIRED
  336.      HM #                           AREA CODE, PREFIX, SUFFIX                                                       3-3-4  AREA-EXCH-#
  337.      JOIN                           DATE THE MEMBER JOINED                                                          6      MONTH/DAY/YEAR
  338.      FIRST                                  FIRST NAME                                                                     15      REQUIRED
  339.      WK #                           AREA CODE, PREFIX, SUFFIX                                                       3-3-4
  340.      BDAY                           FIRST'S BIRTHDAY                                                                6
  341.      SPOUSE                         SPOUSE NAME                                                                    15
  342.      WK #                           AREA CODE, PREFIX, SUFFIX                                                       3-3-4
  343.      BDAY                           SPOUSE'S BIRTHDAY                                                               6
  344.      MOD CHLD?                      MODIFY CHILDREN INFO?                                                           1      Y/N
  345.      # CHILD?                       NUMBER OF CHILDREN                                                              1      0-6 (0=ERASE
  346.                                                                                                                                                                                                                                                                         ALL)
  347.      ------ REPEATS 6 TIMES
  348.      |NAME                           CHILD NAME                                                                     15
  349.      |BDAY                           CHILD'S BIRTHDATE                                                               6
  350.      ------
  351.      ADDR                           STREET ADDRESS                                                                 40
  352.      CITY                           CITY                                                                           15
  353.      ST                             STATE                                                                           2      ABBREVIATED
  354.      ZIP                            ZIP CODE                                                                        5-4    9-DIGIT ZIP
  355.      ZONE                                  MAILING ZONE                                                                                                                                              6      LETTERS OR #S
  356.      NOTES                          PERSONAL NOTES                                                                 45
  357.      ANNV                           ANNIVERSARY DATE                                                                6
  358.  
  359.      Any field may be left blank EXCEPT for the LAST name and the FIRST
  360.      name. If there is an error in a field (i.e. typing letters in a phone
  361.      number), you will hear a beep and the cursor will not move to the
  362.      next field. Correct your error and you may go on.
  363.  
  364.      Your cursor should be sitting on the LAST name field. Type the last
  365.      name (preferably in UPPER CASE). Be sure to follow the editing
  366.      suggestions in the IMPORTANT NOTES ABOUT ENTERING DATA section above.
  367.      When you have typed the entire last name, press ENTER (or TAB or PG
  368.      DN or DOWN-ARROW). Your cursor will move to the HM # field.
  369.  
  370.      Type in the area code. Notice how the cursor automatically moves to
  371.      the prefix field when you have filled in the area code (remember the
  372.      autoskip feature?). Your cursor will be positioned on the prefix
  373.      portion of the field. Type the three-digit prefix. Your cursor will
  374.      move to the suffix portion of the field. Type the four-digit suffix.
  375.      Your cursor will now be on the JOIN field.
  376.  
  377.  
  378.  
  379.  
  380.  
  381.                                      PAGE 6
  382.  
  383.  
  384.  
  385.  
  386.  
  387.      Type the month that the member joined. You may enter a single digit
  388.      (for example, '7' as opposed to '07'). SIMPLICITY V.2.1 will
  389.      automatically fill in the leading zero for you when you move to the
  390.      join day field. When you have entered the month, your cursor will
  391.      move to the day field. Do the same here. When you are finished
  392.      entering the day field, your cursor will move to the year field.
  393.      Enter the year (2 digits). Your cursor will move to the FIRST name
  394.      field.
  395.  
  396.      Enter the first name. Your cursor will move to the WK # field. Enter
  397.      the WK PHONE field just as you did the HM phone field. When you are
  398.      finished with the WK PHONE field, your cursor will move to the BDAY
  399.      field. Enter the birthday for the first name just as you did the JOIN
  400.      field. When you are finished with the BDAY field, your cursor will
  401.      advance to the SPOUSE name field.
  402.  
  403.      Entering the spouse's name is entirely optional. If you choose not to
  404.      enter a spouse (just press ENTER on the SPOUSE name field), the
  405.      cursor will blank the WK #, BDAY, and ANNV fields fields
  406.      automatically. If you do decide to enter the spouse information,
  407.      follow the same guidelines as the FIRST name field (including WK #,
  408.      and BDAY fields for the SPOUSE).
  409.  
  410.      Your cursor will now be at the MOD CHILD? prompt. If there are
  411.      children to add, answer 'Y' to this prompt. Your cursor will now be
  412.      at the #  CHILDREN field. Enter the number of children (from 0 to 6).
  413.      Your cursor will advance to the top NAME field. If you enter 0 in the
  414.      # CHILDREN field, SIMPLICITY V.2.1 will erase all information about
  415.      every child. You will then move to the ADDR field.
  416.  
  417.      From here, enter the name of each child. When you press ENTER, the
  418.      cursor will advance to that child's  BDAY field. Likewise, enter the
  419.      BDAY field as you did the first BDAY field. You will repeat this
  420.      procedure for each child. Once the cursor has gone past the last
  421.      child indicated in the # OF CHILDREN field, it will move to the ADDR
  422.      field.
  423.  
  424.      Continue to enter the ADDRESS, CITY, ST, ZIP, and ZONE fields. The
  425.      ZIP field is divided into prefix and suffix to accomodate the new
  426.      9-digit zip codes. You do not have to enter the 4-digit suffix.
  427.  
  428.      The next field is the NOTES. This is a 45-character free-form field
  429.      where you can keep personal notes about someone. You don't have to
  430.      enter any notes if you feel none are necessary.
  431.  
  432.      An extended feature is available when the cursor is placed on the
  433.      NOTES field. A new function key prompt will appear at the bottom of
  434.      the screen which reads F2="PERSONAL NOTES". When you press F2, a
  435.      3-line notecard will appear near the bottom of the screen. This will
  436.      allow you to keep additional notes about any member. Type whatever
  437.      notes you feel are relevant or important. Press ESC on the notecard
  438.      to cancel any notes you have just typed, or press F10 to accept the
  439.      notecard. Your cursor will return to the NOTES field.
  440.  
  441.  
  442.  
  443.  
  444.                                      PAGE 7
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.      The last field is the ANNV field. This is where a wedding anniversary
  452.      is stored. If no spouse is entered, the cursor will not move to this
  453.      field at all. If a spouse is entered, you may enter the month, day
  454.      and year of the anniversay. Follow the same guidelines and the JOIN
  455.      field.
  456.      When you press ENTER after the NOTES field (if no spouse is entered)
  457.      or after the ANNV field (if a spouse is entered), the cursor will
  458.      return to the LAST field. You may continue to move from field to
  459.      field, correcting any information you may have overlooked. When all
  460.      the information you have is complete, press F10 to accept the member.
  461.  
  462.      A prompt will appear asking you if the information is correct (a
  463.      default 'N' for no also appears). Study the screen carefully. If you
  464.      see any information which needs correction, type 'N' in the prompt
  465.      (or just press ENTER due to the default 'N'). Your cursor will move
  466.      the the LAST field and you may use your cursor movement keys to
  467.      change any fields in error.
  468.  
  469.      Please note that you cannot correct the spouse WK #, BDAY or ANNV
  470.      fields if no spouse is entered.
  471.  
  472.      If all the information is correct, press 'Y' at the prompt. If the
  473.      member does not exist, the record will be added to the database. If
  474.      the member list is full or the member already exists on the database,
  475.      an error message will appear indicating so.
  476.  
  477.      A new prompt will now appear asking you if you wish to add any more
  478.      members. If you do, just press ENTER (a default of 'Y' is given). The
  479.      fields will clear and you will be ready to enter another member. If
  480.      you have no more to add, type 'N' in the prompt field and you will be
  481.      returned to the main menu.
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.                                      PAGE 8
  508.  
  509.  
  510.  
  511.  
  512.  
  513.                                 CHANGE A MEMBER
  514.  
  515.  
  516.      If you have chosen this option by accident, you may press the ESC
  517.      key, or you may simply type MENU (all caps) in the LAST field and you
  518.      will be returned to the MAIN MENU.
  519.  
  520.      This menu option allows you to change information on your database.
  521.      When CHANGE A MEMBER is chosen from the main menu, a new screen
  522.      appears and awaits your input. In order to change a member, you must
  523.      tell SIMPLICITY V.2.1 what member you want to change. You can
  524.      accomplish this by entering the LAST name field, and either the FIRST
  525.      name field, the SPOUSE name field, or both the FIRST and SPOUSE name
  526.      field. Remember, you must type the LAST, FIRST, or SPOUSE name field
  527.      in the same case as originally entered (UPPER, lower, or Mixed case).
  528.  
  529.      EXAMPLES: If there is no spouse on a member, you would fill in the
  530.      LAST name field and the FIRST name field. If there is a spouse on a
  531.      record, you could  (a) fill in the LAST name field and the FIRST name
  532.      field  (b) fill in the LAST name field and the SPOUSE name field  (c)
  533.      fill in the LAST name field and both the FIRST/SPOUSE name fields.
  534.  
  535.      HINT: As a shortcut, you only need to enter the first six (6)
  536.      characters of the LAST name and the first four (4) characters of the
  537.      FIRST/SPOUSE name fields.
  538.  
  539.      A function key option is available on the change screen that may help
  540.      you to locate a member if you cannot remember the "key" information
  541.      (last name, first name or spouse name). This option appears at the
  542.      bottom of the screen as F2=LAST NAME SEARCH.
  543.  
  544.      To use this function, type in the last name (or the first six letters
  545.      of the last name) and, while the cursor is still on the LAST field,
  546.      press F2. A new screen will appear and list the LAST name, FIRST name
  547.      and SPOUSE name of every member matching the first six letters of the
  548.      LAST name you typed in. When the search is complete, you will be
  549.      returned to your previous screen.
  550.  
  551.      When you have filled in this "key" information, press F10. SIMPLICITY
  552.      V.2.1 will attempt to find the member you are looking for. If it
  553.      cannot find it, a message will be displayed indicating this. If it
  554.      does find the member, all the fields will be filled in and you will
  555.      then be able to change any information on any field (similar to the
  556.      add process).
  557.  
  558.      You may type a zero in the # OF CHILDREN field. However, please note
  559.      that this will erase all the information for all the children you may
  560.      have entered. This is a quick way of deleting all children from a
  561.      member (i.e. in the case of divorce).
  562.  
  563.      To erase a single child, move your cursor to the MOD CHILD? field and
  564.      type 'Y'. Your cursor will move to the # CHILDREN? field. DO NOT
  565.      change the number of children!! The system will do that for you. Move
  566.  
  567.  
  568.  
  569.  
  570.                                      PAGE 9
  571.  
  572.  
  573.  
  574.  
  575.  
  576.      your cursor to the NAME field of the child to delete. Blank out the
  577.      child's NAME by using the spacebar, then press ENTER. Once blank, all
  578.      remaining information for the child is removed. Now use your TAB or
  579.      ENTER or PG DN or DOWN-ARROW key to move through the rest of the
  580.      children.
  581.  
  582.      Once the cursor leaves the last child, the children will be ordered
  583.      sequentially and the # CHILDREN field will be recalculated.
  584.  
  585.      To erase a SPOUSE, move the cursor to the SPOUSE field and blank out
  586.      the name. The WK #, BDAY, and ANNV fields will immediately be
  587.      cleared. Please note that you cannot correct the spouse WK #, BDAY or
  588.      ANNV fields if no spouse is entered.
  589.  
  590.      When you move your cursor to the NOTES field, the PERSONAL NOTES
  591.      function key will appear at the bottom of the screen. If you wish to
  592.      change personal notes, press F2 and you may edit the notecard as you
  593.      did on the ADD screen.
  594.  
  595.      When you have changed all the information you need, press F10 to
  596.      accept the changes. You will again be prompted for correctness and
  597.      for additional changes (similar to the add process).
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.                                     PAGE 10
  634.  
  635.  
  636.  
  637.  
  638.  
  639.                                 DELETE A MEMBER
  640.  
  641.  
  642.      If you have chosen this option by accident, you may press the ESC
  643.      key, or you may simply type MENU (all caps) in the LAST field and you
  644.      will be returned to the MAIN MENU.
  645.  
  646.      This menu option allows you to delete a member from your database.
  647.      When DELETE A MEMBER is chosen from the main menu, a new screen
  648.      appears and awaits your input. In order to delete a member, you must
  649.      tell SIMPLICITY V.2.1 what member you want to delete. You can
  650.      accomplish this by entering the LAST name field, and either the FIRST
  651.      name field, the SPOUSE name field, or both the FIRST and SPOUSE name
  652.      field. Remember, you must type the LAST, FIRST, or SPOUSE name field
  653.      in the same case as originally entered (UPPER, lower, or Mixed case).
  654.  
  655.      A function key option is available on the delete screen that may help
  656.      you to locate a member if you cannot remember the "key" information
  657.      (last name, first name or spouse name). This option appears at the
  658.      bottom of the screen as F2=LAST NAME SEARCH.
  659.  
  660.      To use this function, type in the last name (or the first six letters
  661.      of the last name) and, while the cursor is still on the LAST field,
  662.      press F2. A new screen will appear and list the LAST name, FIRST name
  663.      and SPOUSE name of every member matching the first six letters of the
  664.      LAST name you typed in. When the search is complete, you will be
  665.      returned to your previous screen.
  666.  
  667.      Follow the same procedures as CHANGE A MEMBER. When the member is
  668.      displayed, a prompt will appear asking you if you really want to
  669.      delete this member. The default is 'N' to prevent accidental
  670.      erasures. If you do want to delete that member, type 'Y' in the
  671.      prompt field. Your member is deleted (along with the personal notes)
  672.      and cannot be recovered. If you do not want to delete the member
  673.      displayed, just press ENTER or press 'N'.
  674.  
  675.      You will again be prompted for additional deletions (similar to the
  676.      add process).
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.                                     PAGE 11
  697.  
  698.  
  699.  
  700.  
  701.  
  702.                                 INQUIRE A MEMBER
  703.  
  704.  
  705.      If you have chosen this option by accident, you may press the ESC
  706.      key, or you may simply type MENU (all caps) in the LAST field and you
  707.      will be returned to the MAIN MENU.
  708.  
  709.      This menu option allows you to simply view information on your
  710.      database. Common uses are to get a phone number or an address from
  711.      the screen as opposed to printing a record. When INQUIRE A MEMBER is
  712.      chosen from the main menu, a new screen appears and awaits your
  713.      input. In order to inquire a member, you must tell SIMPLICITY V.2.1
  714.      what member you want to inquire. You can accomplish this by entering
  715.      the LAST name field, and either the FIRST name field, the SPOUSE name
  716.      field, or both the FIRST and SPOUSE name field. Remember, you must
  717.      type the LAST, FIRST, or SPOUSE name field in the same case as
  718.      originally entered (UPPER, lower, or Mixed case).
  719.  
  720.      A function key option is available on the inquire screen that may
  721.      help you to locate a member if you cannot remember the "key"
  722.      information (last name, first name or spouse name). This option
  723.      appears at the bottom of the screen as F2=LAST NAME SEARCH.
  724.  
  725.      To use this function, type in the last name (or the first six letters
  726.      of the last name) and, while the cursor is still on the LAST field,
  727.      press F2. A new screen will appear and list the LAST name, FIRST name
  728.      and SPOUSE name of every member matching the first six letters of the
  729.      LAST name you typed in. When the search is complete, you will be
  730.      returned to your previous screen.
  731.  
  732.      Follow the same procedures as CHANGE A MEMBER. The member will be
  733.      displayed. A prompt will appear asking you if you want to inquire
  734.      more members. The default is 'Y'. If you do not want to inquire any
  735.      more members, type 'N' in the prompt field. You will be returned to
  736.      the main menu. If you do want to inquire more members, just press
  737.      ENTER or press 'Y'.
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.                                     PAGE 12
  760.  
  761.  
  762.  
  763.  
  764.  
  765.                          PRINT LABELS AND ROLODEX CARDS
  766.  
  767.  
  768.      Mailing labels may be printed with SIMPLICITY V.2.1. The labels must
  769.      be  one-inch high (actually, 7/8") and single-column. They can be
  770.      purchased at most computer or stationery stores. Rolodex cards can
  771.      also be printed with SIMPLICITY V.2.1. Tractor-feed Rolodex cards
  772.      must be three-inches high by five-inches wide. They may also be
  773.      purchased at most computer or stationery stores.
  774.  
  775.      When this option is chosen from the main menu, another menu is
  776.      presented listing the available print label options. They are:
  777.  
  778.                   1) LABEL   - ONE MEMBER
  779.                   2) LABEL   - ALL MEMBERS ALPHABETICALLY
  780.                   3) LABEL   - ALL MEMBERS BY ZIP CODE
  781.                   4) LABEL   - ALL BY ZONE
  782.                   5) LABEL   - MEMBERS BY BIRTHDATE RANGE
  783.                        6) LABEL   - MEMBERS BY JOINED DATE RANGE
  784.                   7) LABEL   - MEMBERS BY ANNIVERSARY RANGE
  785.                   8) ROLODEX - ONE MEMBER
  786.                        9) ROLODEX - ALL MEMBERS ALPHABETICALLY
  787.                   0) RETURN TO MAIN MENU
  788.  
  789.      * LABEL   -  ONE MEMBER allows you to print a single mailing label.
  790.      Fill in the "key" information. When the member is displayed, a prompt
  791.      appears asking you if you want to print the displayed member. Respond
  792.      to the prompt. Another prompt appears asking you how many copies of
  793.      the label you want to print (from 1 to 9). Respond to this prompt.
  794.      Finally, a prompt will appear asking you if you wish to print the
  795.      mailing label with the FIRST name only (F), the SPOUSE name only (S),
  796.      or BOTH names on the label (B). If the member has children, an
  797.      additional option is offered which allows a mailing label to be
  798.      addressed to a child (C).The default is 'B' (for both).
  799.  
  800.      This option is useful in that it allows you to store the FIRST name
  801.      and SPOUSE name on the same record, but gives you the flexibility to
  802.      print either name. It also allows individual mailing labels to be
  803.      printed for children. For example, you would not want to send a
  804.      birthday card addressed to JOHN and JEAN PHILLIPS if it was John's
  805.      birthday.
  806.  
  807.      If you responded 'C' to this prompt, another prompt appears asking
  808.      which child is to be printed. The very top name on the screen is
  809.      child 1, the very bottom name is child 6. Enter the appropriate child
  810.      number.
  811.      After responding to this last prompt, the labels will be printed. You
  812.      will be returned to the PRINT LABELS MENU.
  813.  
  814.      * LABEL   - ALL ALPHABETICALLY allows you to print an entire set of
  815.      labels sorted alphabetically. This is useful if you wish to send
  816.      labels to all members of your organization.
  817.  
  818.  
  819.  
  820.  
  821.  
  822.                                     PAGE 13
  823.  
  824.  
  825.  
  826.  
  827.  
  828.      A prompt appears asking you if you are sure you want to continue.
  829.      Respond 'Y' if you are sure. Responding 'N' returns you to the PRINT
  830.      LABELS MENU. The prompt for the number of copies is also displayed.
  831.      The labels will then begin printing in alphabetical order.
  832.  
  833.      You may experience some delay from time to time. This is only time
  834.      the computer is taking to sort the labels. Do not be worried about
  835.      any pauses in the printing.
  836.  
  837.      * LABEL   -  ALL MEMBERS BY ZIP CODE allows you to print a complete
  838.      set of mailing labels sorted by the 9-digit ZIP CODE field. Names are
  839.      sorted alphabetically within zip code.
  840.  
  841.      A prompt appears asking you if you are sure you want to continue.
  842.      Respond 'Y' if you are sure. Responding 'N' returns you to the PRINT
  843.      LABELS MENU. The prompt for the number of copies is also displayed.
  844.      The labels will then begin printing in zip code order.
  845.  
  846.      * LABEL   -  ALL BY ZONE allows you to print an entire set of labels
  847.      sorted by the zone field. Names are printed alphabetically within
  848.      zone. Often times the Post Office requires that organizational
  849.      mailers be sorted by zone code in order to receive "bulk rate"
  850.      postage fees. This option was added to facilitate this need.
  851.  
  852.      A prompt appears asking you if you are sure you want to continue.
  853.      Respond 'Y' if you are sure. Responding 'N' returns you to the PRINT
  854.      LABELS MENU. The prompt for the number of copies is also displayed.
  855.      The labels will then begin printing in zone order.
  856.  
  857.      * LABEL   -  MEMBERS BY BIRTHDATE RANGE allows you to print a set of
  858.      labels sorted alphabetically, contingent on a beginning and ending
  859.      birthdate, including years. This would allow you to print a set of
  860.      mailing labels to all persons, for instance, born between 1/1/88 and
  861.      12/31/89. The effect would be to print mailing labels for all babies
  862.      born the past two years.
  863.  
  864.      When you choose this option, a screen appears asking you to enter a
  865.      beginning date and an ending date. Enter the dates as you did before
  866.      and press F10 to accept them. Press ESC to cancel the request. The
  867.      prompts for number of copies is also displayed.
  868.  
  869.      * LABEL   -  MEMBERS BY JOIN DATE RANGE allows you to print a set of
  870.      labels sorted alphabetically, contingent on a beginning and ending
  871.      joined date. This process is similar to the birthdate range.
  872.  
  873.      * LABEL   -  MEMBERS BY ANNIVERSARY RANGE allows you to print a set
  874.      of labels sorted alphabetically, contingent on a beginning and ending
  875.      anniversary date. This process is similar to the birthdate range.
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.                                     PAGE 14
  886.  
  887.  
  888.  
  889.  
  890.  
  891.      * ROLODEX -  ONE MEMBER is identical to LABEL - ONE MEMBER, but no
  892.      prompt is given for which name to print.
  893.  
  894.      * ROLODEX -  ALL ALPHABETICALLY is identical to LABEL - ALL
  895.      ALPHABETICALLY but no prompt is given for which name to print.
  896.  
  897.      * RETURN TO MAIN MENU returns you from the PRINT LABELS MENU to the
  898.      MAIN MENU.
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.                                     PAGE 15
  949.  
  950.  
  951.  
  952.  
  953.  
  954.                                  PRINT REPORTS
  955.  
  956.  
  957.      Reports may be printed with SIMPLICITY V.2.1. The reports are printed
  958.      on standard 8.5" by 11" tractor-feed paper.
  959.  
  960.      When this option is chosen from the main menu, another menu is
  961.      presented listing the available print report options. They are:
  962.  
  963.                   1) COMPREHENSIVE MEMBER DIRECTORY
  964.                   2) BIRTHDAY REPORT
  965.                   3) ANNIVERSARY REPORT
  966.                   4) DATE JOINED REPORT
  967.                   5) BIRTHDATE RANGE REPORT
  968.                   6) JOIN DATE RANGE REPORT
  969.                   7) ANNIVERSARY RANGE REPORT
  970.                   8) RETURN TO MAIN MENU
  971.  
  972.      * COMPREHENSIVE MEMBER DIRECTORY allows you to print a complete list
  973.      of your database, sorted alphabetically, page-broken by letter,
  974.      complete with headings, page numbers and the date printed.
  975.  
  976.      A prompt appears asking you if you are sure you want to continue.
  977.      Respond 'Y' if you are sure. Responding 'N' returns you to the PRINT
  978.      REPORTS MENU. Another prompt will appear asking you if you wish to
  979.      print notes. If you respond 'Y', the NOTES field (not the personal
  980.      notecard) will be printed on the report along with the other member
  981.      information. The reports will begin printing in alphabetical order.
  982.  
  983.      You may experience some delay from time to time. This is only time
  984.      the computer is taking to sort the members. Do not be worried about
  985.      any pauses in the printing.
  986.  
  987.      * BIRTHDAY REPORT is a useful report that provides a list of names
  988.      who have a birthday in a given timeframe. The report prints the name
  989.      and birth date of all members and is not sorted in any manner.
  990.  
  991.      A prompt appears requesting you type in the beginning month you wish
  992.      the report for. If you do not wish to print a report, press ESC. You
  993.      will be returned to the PRINT REPORTS MENU.
  994.  
  995.      After you enter the desired month, a prompt appears asking for the
  996.      beginning day. After entering the day, another set of prompts appear
  997.      asking for the ending month and day. Once you have entered both
  998.      months and both days, press F10. the report will begin printing.
  999.  
  1000.      A separate line will appear for each person, including children, who
  1001.      has a birthday in that month-day date range. For example if both a
  1002.      FIRST name and SPOUSE name have a birthday in the same month-day date
  1003.      range, a separate report line will be generated for each party.
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.                                     PAGE 16
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.      If an output line is for a child, one parent's name will also be
  1018.      printed to help you locate that record on the database, if needed.
  1019.  
  1020.      * ANNIVERSARY REPORT is a useful report that provides a list of names
  1021.      who have an anniversay in a given timeframe. The report prints the
  1022.      name and anniversary date of all members and is not sorted in any
  1023.      manner. Follow the same input guidelines as the BIRTHDAY REPORT.
  1024.  
  1025.      * JOINED DATE REPORT is a useful report that provides a list of names
  1026.      who have a join date within a given timeframe. The report prints the
  1027.      name and date joined for all members and is not sorted in any manner.
  1028.      Follow the same input guidelines as the BIRTHDAY REPORT.
  1029.  
  1030.      * BIRTHDATE RANGE REPORT allows you to print a report sorted
  1031.      alphabetically, contingent on a beginning and ending birthdate. This
  1032.      would allow you to print a report for all members, for instance, born
  1033.      between 1/1/88 and 12/31/89. The effect would be to print a report of
  1034.      all babies born the past two years.
  1035.  
  1036.      When you choose this option, a screen appears asking you to enter a
  1037.      beginning date and an ending date. Enter the dates as you did before
  1038.      and press F10 to accept them. Press ESC to cancel the request.
  1039.  
  1040.      If an output line is for a child, one parent's name will also be
  1041.      printed to help you locate that record on the database, if needed.
  1042.  
  1043.      * JOIN DATE RANGE REPORT is similar to BIRTHDATE RANGE REPORT except
  1044.      joined dates are used.
  1045.  
  1046.      * ANNIVERSARY RANGE REPORT is similar to BIRTHDATE RANGE REPORT
  1047.      except anniversaries are used.
  1048.  
  1049.      * RETURN TO MAIN MENU returns you from the PRINT REPORTS MENU to the
  1050.      MAIN MENU.
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.                                     PAGE 17
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.                      EXIT SIMPLICITY V.2.1 (SAVE DATABASE)
  1081.  
  1082.  
  1083.      The EXIT SIMPLICITY V.2.1 option is very important. If you have
  1084.      added, changed, or deleted any members, you MUST exit the system
  1085.      through this option in order for your members to be properly saved.
  1086.      DO NOT reboot your computer or turn off your computer if you have
  1087.      added, changed or deleted members unless you have properly terminated
  1088.      the program!
  1089.  
  1090.      If you have only printed or inquired members, you may warmboot your
  1091.      computer or turn it off. No information will be lost.
  1092.  
  1093.      When you do choose to quit, a prompt appears asking you if you are
  1094.      sure you want to quit. Press 'Y' to exit out of SIMPLICITY V.2.1.
  1095.      Press 'N' to return to the main menu.
  1096.  
  1097.      After you press 'Y', an information screen is displayed which lists
  1098.      how many members you inquired, added, changed, or deleted and also
  1099.      how many members are on your database. This is called a "session
  1100.      log". If you would like a printout of the session log, press your
  1101.      SHIFT-PRTSCN key on your keyboard.
  1102.  
  1103.  
  1104.                                 OTHER UTILITIES
  1105.  
  1106.      There may be a time when you wish to erase all the data in the
  1107.      SIMPLICITY V.2.1  database. A facility has been provided for you in
  1108.      this case.
  1109.  
  1110.      To completely erase your MEMBERS database, change to the C:\SIMPLE21
  1111.      subdirectory from your DOS prompt (C:> CD\SIMPLE21) and type the
  1112.      command WIPEOUT. Follow the onscreen directions. If you do not want
  1113.      to continue with the procedure, press CTRL-C and your SIMPLICITY
  1114.      V.2.1 database will not be erased. Otherwise, press any key and your
  1115.      SIMPLICITY V.2.1 database will be erased (along with the PERSONAL
  1116.      NOTES).
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.                                     PAGE 18
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.                                   REGISTRATION
  1144.  
  1145.  
  1146.      I think you will find SIMPLICITY V.2.1 to be a very professional and
  1147.      useful product for your organization. The registration fee for
  1148.      SIMPLICITY V.2.1 is eighteen ($18) dollars. The registration fee, in
  1149.      addition to helping the author justify the reason for creating
  1150.      SIMPLICITY V.2.1, will entitle you to free upgrades and revisions as
  1151.      they become available.
  1152.  
  1153.      SIMPLICITY V.2.1 is an evolving product. As you register, please be
  1154.      sure to give feedback on how you think this product could be
  1155.      improved. Your suggestions may very well be incorporated in the next
  1156.      release.
  1157.  
  1158.      Thank you for registering your copy of SIMPLICITY V.2.1 . . . John
  1159.      Phillips.
  1160.  
  1161.      *-------------------------------------------------------------------*
  1162.      |                      SIMPLICITY V.2.1 REGISTRATION FORM           |
  1163.      |                                                                   |
  1164.      | NAME    : ______________________________________________________  |
  1165.      |                                                                   |
  1166.      | COMPANY : ______________________________________________________  |
  1167.      |                                                                   |
  1168.      | ADDRESS : ______________________________________________________  |
  1169.      |                                                                   |
  1170.      | CITY    : ________________________  ST: ____  ZIP: _____________  |
  1171.      |                                                                   |
  1172.      | PHONE   : (______) ______ - ________                              |
  1173.      |                                                                   |
  1174.      | WHERE DID YOU RECEIVE YOUR COPY OF SIMPLICITY V.2.1 FROM?         |
  1175.      |                                                                   |
  1176.      | _____________________________________________  VERSION: ________  |
  1177.      |                                                                   |
  1178.      | PLEASE MAIL A CHECK FOR $18.00 PAYABLE TO  JOHN M. PHILLIPS TO:   |
  1179.      |                                                                   |
  1180.      |        1100 TIMBERBEND TRAIL                                      |
  1181.      |        ALLEN, TX  75002                                           |
  1182.      |        (214) 727-8668                                             |
  1183.      |                                                                   |
  1184.      | SUGGESTIONS:                                                      |
  1185.      |                                                                   |
  1186.      | _________________________________________________________________ |
  1187.      | _________________________________________________________________ |
  1188.      | _________________________________________________________________ |
  1189.      | _________________________________________________________________ |
  1190.      | _________________________________________________________________ |
  1191.      | _________________________________________________________________ |
  1192.      | _________________________________________________________________ |
  1193.      | _________________________________________________________________ |
  1194.      | _________________________________________________________________ |
  1195.      *-------------------------------------------------------------------*
  1196.  
  1197.  
  1198.  
  1199.  
  1200.                                     PAGE 19
  1201.